FCC Geographic Census Block Lookup avatar

FCC Geographic Census Block Lookup

Pricing

from $3.00 / 1,000 results

Go to Apify Store
FCC Geographic Census Block Lookup

FCC Geographic Census Block Lookup

Look up FCC Census Block FIPS codes, county, and state data for any US GPS coordinate using the official FCC GeoData API. Supports single and batch coordinate lookups. Useful for broadband mapping, service area analysis, regulatory compliance research, and location-based FCC data enrichment.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

FCC License Database Scraper

Scrape the FCC Universal Licensing System (ULS) — the official database of all FCC radio licenses in the United States. Search by callsign, licensee name, city/state location, or radio service type. Returns full license details including grant dates, expiration, frequency data, and official FCC URLs.

No API key required. Uses the FCC public API.


What You Can Scrape

  • AM/FM/TV broadcast station licenses
  • Amateur (ham) radio licenses
  • Industrial/business and private land mobile licenses
  • Microwave, paging, cellular, and experimental licenses
  • License grant/expiration dates, status, and grantee details
  • Frequency ranges and channel assignments

Input

FieldTypeDescription
modeselectSearch mode (see modes below)
callsigntextCallsign to search (e.g. KCBS, W1AW)
licenseeNametextLicensee name (e.g. CBS Radio, Verizon)
citytextCity name (e.g. Los Angeles)
stateselectUS state or territory (e.g. CA, NY)
radioServiceselectRadio service type (AM, FM, TV, Amateur, etc.)
statusselectLicense status filter (Active, Expired, Cancelled, etc.)
maxItemsintegerMax records to return (default: 50, max: 2000)

Modes

ModeDescription
searchByCallsignSearch by exact or partial callsign
searchByNameSearch by licensee or applicant name
searchByLocationSearch by city and/or state
byServiceBrowse licenses for a specific radio service type

Output

Each record contains the following fields (only non-empty fields are included):

FieldDescription
callsignFCC callsign (e.g. KCBS)
licenseeNameName of the licensee/grantee
radioServiceRadio service code (e.g. FM)
radioServiceDescHuman-readable service description
statusLicense status (Active, Expired, etc.)
frnFCC Registration Number
licenseIdInternal FCC license key
fileNumberFCC file number
cityCity where licensed
stateState code (e.g. CA)
countryCountry code
grantDateDate license was granted
expirationDateLicense expiration date
effectiveDateEffective date of license
channelChannel number (broadcast stations)
frequencyLowerLower frequency bound
frequencyUpperUpper frequency bound
urlDirect link to FCC ULS license page
recordTypeAlways "license"
scrapedAtISO 8601 timestamp of when record was scraped

Example Input (Daily Test)

{
"mode": "searchByLocation",
"city": "Los Angeles",
"state": "CA",
"maxItems": 10
}

Example Output Record

{
"callsign": "KCBS",
"licenseeName": "CBS RADIO INC.",
"radioService": "FM",
"radioServiceDesc": "FM Broadcast",
"status": "Active",
"frn": "0001606539",
"licenseId": "3600",
"city": "San Francisco",
"state": "CA",
"country": "US",
"grantDate": "05/02/2011",
"expirationDate": "12/01/2029",
"url": "https://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=3600",
"recordType": "license",
"scrapedAt": "2026-06-02T10:00:00+00:00"
}

Data Source

All data is sourced from the FCC Universal Licensing System (ULS) public API at data.fcc.gov. This is a free, publicly accessible government database requiring no authentication. The FCC ULS contains records for millions of licensed radio stations, amateur operators, and wireless service providers across the United States.


FAQs

Does this require an API key? No. The FCC ULS API is completely free and open to the public.

How current is the data? The FCC ULS database is updated in near-real-time as licenses are granted, modified, or cancelled.

Can I search for amateur radio callsigns? Yes — use mode=searchByCallsign with any amateur callsign (e.g. W1AW, K6ABC).

What radio services are supported? All FCC-licensed services including AM/FM broadcast, TV broadcast, amateur radio, cellular, paging, microwave, industrial/business, and experimental licenses.

How many records can I retrieve? Up to 2,000 records per run. For bulk data, consider running multiple searches or increasing maxItems.

Why are some fields missing? Only fields with actual data are included — empty fields are never added to keep output clean.